home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / shared.dir / 01061_Script_1061 < prev    next >
Text File  |  1994-11-15  |  809b  |  25 lines

  1. --
  2. on seeAlsoList
  3.   global nowFrame, phrList, seeAlsoObj, reEntry, seeAlsoNess
  4.   global mac
  5.   if mac <> TRUE then
  6.     --ò puppetSprite TRUE lines added by EB 9/12 (they're now being set to FALSE on seeAlso mouseUps...)
  7.     put " " into field "seeAlsoText"
  8.     set the textFont of field "seeAlsoText" to "Helvetica"
  9.     set the textHeight of field "seeAlsoText"  to 12
  10.     set the textSize of field "seeAlsoText" to 10
  11.     set phrList = ""
  12.     set rt = seeAlsoObj(mGetPhrase, nowFrame)
  13.     if phrList <> "" then
  14.       puppetSprite 21, TRUE
  15.       puppetSprite 22, TRUE
  16.       put phrList into field "seeAlsoText"
  17.       set reEntry = TRUE
  18.       set the stretch of sprite 21 to FALSE
  19.       set seeAlsoNess = TRUE
  20.     else
  21.       set seeAlsoNess = FALSE
  22.     end if
  23.   end if
  24. end seeAlsoList
  25. --